Developer Documentation

QuickTime 4 API Documentation

QuickTime 4 Reference

Previous | Chapter Top | Chapter Contents | Next |

QuickTime MIDI Port

This structure provides information about a MIDI port.

struct QTMIDIPort {
    SynthesizerConnections      portConnections;
    Str63                       portName;
};
typedef struct QTMIDIPort QTMIDIPort;
portConnections
A synthesizer connections structure Synthesizer Connections for MIDI Devices .
portName
The name of the output port.

© 1999 Apple Computer, Inc.

Previous | Chapter Top | Chapter Contents | Next